home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk3097.zip / CUTZMAN.BAT < prev    next >
DOS Batch File  |  1989-01-30  |  995b  |  26 lines

  1. echo off
  2. cls
  3. echo You will need approximately thirty sheets of paper
  4. echo     to print the MANUAL for CUTZIT.
  5. echo -
  6. echo This will print on any printer set for 60 lines per page or more.
  7. echo -
  8. echo In other words the Manual WILL print on an Old HP LaserJet printer
  9. echo     without worrying whether the 60 lines per page will mess it up.
  10. echo -
  11. echo There are NO special escape codes in the file except for FormFeed
  12. echo     characters which "all" printers know as ASCII 12 (Hex F).
  13. echo -
  14. echo So turn the printer on and get the paper ready.  Put the printer 
  15. echo     in LQ mode now if you want to, and IF your printer can do Letter Quality.
  16. echo -
  17. echo If you are NOT READY NOW to print the Manual, simply
  18. echo     hold the CONTROL key down with your Left hand (finger) and when it is
  19. echo     down press the "C" key.  If you know about DOS, it's CTRL-C.
  20. echo -
  21. echo otherwise. . .
  22. pause
  23. TYPE CUTZIT.DOC > PRN 
  24. echo -
  25. echo The Manual should be through printing now
  26.